object frmExcelTweaks: TfrmExcelTweaks Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbUndo: TGroupBox Left = 16 Top = 1 Width = 605 Height = 132 Caption = 'gbUndo' TabOrder = 0 object lbUndoDescription: TAxLabel Left = 24 Top = 29 Width = 550 Height = 49 WordWrap = True Transparent = True AutoSize = False Caption = 'lbUndoDescription' ShowAccelChar = True end object Label1: TLabel Left = 26 Top = 81 Width = 7 Height = 16 Caption = '0' end object Label2: TLabel Left = 311 Top = 81 Width = 21 Height = 16 Alignment = taRightJustify Caption = '100' end object lblValue: TLabel Left = 59 Top = 81 Width = 240 Height = 16 Alignment = taCenter AutoSize = False Caption = 'lblValue' end object tbUndo: TTrackBar Left = 19 Top = 97 Width = 320 Height = 25 Max = 100 Frequency = 10 TabOrder = 0 OnChange = tbUndoChange end end object gbNetwork: TGroupBox Left = 16 Top = 147 Width = 605 Height = 122 Caption = 'gbNetwork' TabOrder = 1 object lbNetworkDescripton: TAxLabel Left = 24 Top = 29 Width = 550 Height = 41 WordWrap = True Transparent = True AutoSize = False Caption = 'lbNetworkDescripton' ShowAccelChar = True end object cbNetworkResilency: TCheckBox Left = 24 Top = 72 Width = 529 Height = 17 Caption = 'cbNetworkResilency' TabOrder = 0 OnClick = cbItemClick end object cbPivotResilency: TCheckBox Left = 24 Top = 94 Width = 513 Height = 17 Caption = 'cbPivotResilency' TabOrder = 1 OnClick = cbItemClick end end object gbMisc: TGroupBox Left = 16 Top = 281 Width = 605 Height = 67 Caption = 'gbMisc' TabOrder = 2 object cbFormulaInFullView: TCheckBox Left = 24 Top = 32 Width = 469 Height = 17 Caption = 'cbFormulaInFullView' TabOrder = 0 OnClick = cbItemClick end end end